home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
OOP_Course
/
Examples
/
Line
/
LineView.h
< prev
next >
Wrap
Text File
|
1992-12-19
|
105b
|
11 lines
#import <appkit/appkit.h>
@interface LineView:View
{
float xSlider;
}
- takeSliderInput:sender;
@end